build: Drop SELinux required version a bit earlier
authorColin Walters <walters@verbum.org>
Sun, 2 Feb 2014 16:53:22 +0000 (11:53 -0500)
committerColin Walters <walters@verbum.org>
Sun, 2 Feb 2014 16:53:22 +0000 (11:53 -0500)
Apparently EPEL7 only has 2.1.13, but we should be fine with that.

configure.ac

index 99c163035686f97f022356a9f71824a54cc5535f..542c9ff0495a3b49e58d5a8f795f7fa11de9c7be 100644 (file)
@@ -140,7 +140,7 @@ if test x$with_libarchive != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +libarc
 AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
 
 dnl This is what is in RHEL7 anyways
-SELINUX_DEPENDENCY="libselinux >= 2.2.1"
+SELINUX_DEPENDENCY="libselinux >= 2.1.13"
 
 AC_ARG_WITH(selinux,
            AS_HELP_STRING([--without-selinux], [Do not use SELinux]),